runtime.schedt.stopwait (field)
17 uses
runtime (current package)
proc.go#L958: sched.stopwait = freezeStopWait
proc.go#L1364: sched.stopwait = gomaxprocs
proc.go#L1369: sched.stopwait--
proc.go#L1379: sched.stopwait--
proc.go#L1390: sched.stopwait--
proc.go#L1392: wait := sched.stopwait > 0
proc.go#L1409: if sched.stopwait != 0 {
proc.go#L2688: sched.stopwait--
proc.go#L2689: if sched.stopwait == 0 {
proc.go#L2830: sched.stopwait--
proc.go#L2831: if sched.stopwait == 0 {
proc.go#L4081: if sched.stopwait > 0 && atomic.Cas(&pp.status, _Psyscall, _Pgcstop) {
proc.go#L4087: if sched.stopwait--; sched.stopwait == 0 {
proc.go#L4244: if sched.stopwait == freezeStopWait {
proc.go#L5807: print(" gcwaiting=", sched.gcwaiting.Load(), " nmidlelocked=", sched.nmidlelocked, " stopwait=", sched.stopwait, " sysmonwait=", sched.sysmonwait.Load(), "\n")
runtime2.go#L836: stopwait int32
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |